From bdb8c64dd0ae1f92591642a317bb04934519a9fc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 28 May 2011 00:16:31 +0200 Subject: [PATCH] reftests: Add a reftest setting all colors to "none" --- tests/reftests/Makefile.am | 3 +++ tests/reftests/no-colors.css | 7 +++++++ tests/reftests/no-colors.ref.ui | 15 +++++++++++++++ tests/reftests/no-colors.ui | 15 +++++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 tests/reftests/no-colors.css create mode 100644 tests/reftests/no-colors.ref.ui create mode 100644 tests/reftests/no-colors.ui diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index 8209a4de48..761d29490d 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -92,6 +92,9 @@ EXTRA_DIST += \ misc-alignment.css \ misc-alignment.ui \ misc-alignment.ref.ui \ + no-colors.css \ + no-colors.ref.ui \ + no-colors.ui \ nonresizable-size.ref.ui \ nonresizable-size.ui \ paned-undersized.css \ diff --git a/tests/reftests/no-colors.css b/tests/reftests/no-colors.css new file mode 100644 index 0000000000..da899757f2 --- /dev/null +++ b/tests/reftests/no-colors.css @@ -0,0 +1,7 @@ +* { + background-color: none; + color: none; + border-color: none; + border-style: solid; + border-width: 1; +} diff --git a/tests/reftests/no-colors.ref.ui b/tests/reftests/no-colors.ref.ui new file mode 100644 index 0000000000..696d4d4491 --- /dev/null +++ b/tests/reftests/no-colors.ref.ui @@ -0,0 +1,15 @@ + + + + + False + popup + + + True + False + no colors for you + + + + diff --git a/tests/reftests/no-colors.ui b/tests/reftests/no-colors.ui new file mode 100644 index 0000000000..696d4d4491 --- /dev/null +++ b/tests/reftests/no-colors.ui @@ -0,0 +1,15 @@ + + + + + False + popup + + + True + False + no colors for you + + + + -- 2.30.2